DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / SetValueForKeyPath Method / SetValueForKeyPath(NativeHandle,NSString) Method

In This Topic
    SetValueForKeyPath(NativeHandle,NSString) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetValueForKeyPath( _
       ByVal handle As ObjCRuntime.NativeHandle, _
       ByVal keyPath As Foundation.NSString _
    ) 
    public void SetValueForKeyPath( 
       ObjCRuntime.NativeHandle handle,
       Foundation.NSString keyPath
    )

    Parameters

    handle
    keyPath
    See Also